home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / mac / SourceMc / CompuServeCD.DIR / 00004.ls < prev    next >
Encoding:
Text File  |  1996-02-29  |  182 b   |  10 lines

  1. on exitFrame
  2.   repeat with y = 7 to 9
  3.     puppetSprite(y, 1)
  4.   end repeat
  5.   repeat with x = 7 to 9
  6.     set the cursor of sprite x to [115, 116]
  7.   end repeat
  8.   sound fadeIn 2, 60
  9. end
  10.